projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef2835
)
Test MULTI_FRAME, not HAVE_X_WINDOWS.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jun 1993 17:05:17 +0000
(17:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jun 1993 17:05:17 +0000
(17:05 +0000)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 24d1c50af6e9488aa71cb700947a8e6ec132c858..97e976ef450407688eca8ddde254fe715396ae87 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-28,7
+28,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
storage to allocate. */
#ifndef PURESIZE
-#ifdef
HAVE_X_WINDOWS
+#ifdef
MULTI_FRAME
#define PURESIZE 200000
#else
#define PURESIZE 185000